home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Adventures with Oslo: Tools & Gadgets
/
Adventures with Oslo - Tools and Gadgets.ISO
/
mac
/
Ad
/
Mod02
/
Univ
/
Carter2
/
00006.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1994-09-23
|
294 b
|
15 lines
on mouseUp
global gBackPack
puppetSound("Frrp.S")
updateStage()
set index to getOne(gBackPack, #washer1)
if index <> 0 then
deleteAt(gBackPack, index)
end if
set index to getOne(gBackPack, #washer2)
if index <> 0 then
deleteAt(gBackPack, index)
end if
go("yes")
end